Developer Documentation

QuickTime 4 API Documentation

QuickTime 4 Reference

| Previous | Chapter Contents | Chapter Top | Next |

Vector QT Atom Container

A vector QT atom container specifies the characteristics of a QuickTime vector. The container contains atoms for paths and can also contain atoms that specify attributes of the paths, such as their color. For more information about QT atom containers, see "QuickTime Atoms" (page 47) .

To render paths, QuickTime traverses the atoms in the container in order. When it finds an atom for a path, it draws the path using the current attribute values. When it finds an atom for an attribute, the new attribute value replaces the previous value of the attribute. If QuickTime has not found an atom for a particular attribute before drawing a path, it uses the default value for the attribute.

All values in a vector QT atom container must be aligned on long-word boundaries and stored in big endian format.

A vector QT atom container can contain any of the following atoms. Atoms that are required are noted, as are atoms that must occur in a particular position within the container.